STEP 3: Let's start writing our story!
In Python, we use string concatenation to combine two strings with a plus sign +.
- In the .say() command, replace the string "Nina" with the string "Jacob".
- Run your program. Notice that the first string, "My friend is named ", is now combined with the second string, "Jacob".
To navigate the page using the TAB key, first press ESC to exit the code editor.